diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-09-14 23:11:18 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-14 23:11:18 +0900 |
| commit | f5f8bd520161d6e11e2f0cd2e4291d7c09f2fe9d (patch) | |
| tree | df47914810780d547649f6199f2eda9f69fa89ab /config/waybar/configs/[TOP] Default_v3 | |
| parent | e099788a2743502fd960ddebfb294f275d7e603e (diff) | |
| parent | be1a509ab0d637206b295b3d20e478aa033497dc (diff) | |
Merge pull request #436 from JaKooLit/development
Development to Main
Diffstat (limited to 'config/waybar/configs/[TOP] Default_v3')
| -rw-r--r-- | config/waybar/configs/[TOP] Default_v3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/config/waybar/configs/[TOP] Default_v3 b/config/waybar/configs/[TOP] Default_v3 index cf0fc80d..de393ee0 100644 --- a/config/waybar/configs/[TOP] Default_v3 +++ b/config/waybar/configs/[TOP] Default_v3 @@ -2,7 +2,10 @@ // ### DEFAULT v3 - Top ### // { -"include": "~/.config/waybar/modules", +"include": [ + "$HOME/.config/waybar/Modules", + "$HOME/.config/waybar/ModulesWorkspaces", + ], "layer": "top", //"mode": "dock", "exclusive": true, @@ -34,7 +37,8 @@ "custom/separator#line", "hyprland/workspaces#kanji", "custom/separator#dot-line", - "idle_inhibitor", + "idle_inhibitor", + //"idle_inhibitor", "custom/hint", ], |
